From 07d63fd0d09de54cfb61a823a397c8b95f909868 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Wed, 1 Mar 2006 14:15:44 -0700 Subject: [PATCH] [IA64] default to SMP UP builds are not maintained on xen-unstable, we seem to be running SMP well enough to make the transition. Signed-off-by: Alex Williamson --- xen/include/asm-ia64/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index 0202fa049e..fd7bad3e7c 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -21,7 +21,7 @@ #define CONFIG_EFI_PCDP #define CONFIG_SERIAL_SGI_L1_CONSOLE -#undef CONFIG_XEN_SMP +#define CONFIG_XEN_SMP #ifdef CONFIG_XEN_SMP #define CONFIG_SMP 1 -- 2.30.2